home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / shiftwin.sit / Shift Window / background_2619.txt < prev    next >
Text File  |  1988-08-14  |  3KB  |  152 lines

  1. -- background: 2619 from stack: in
  2. -- bmap block id: 3241
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put the short name of this stack into background field "Stack Name"
  9. end openCard
  10.  
  11. on newCard
  12.   tabKey
  13. end newCard
  14.  
  15.  
  16.  
  17. -- part 1 (field)
  18. -- low flags: 00
  19. -- high flags: 2007
  20. -- rect: left=17 top=44 right=328 bottom=359
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 0
  24. -- font id: 3
  25. -- text size: 9
  26. -- style flags: 0
  27. -- line height: 12
  28. -- part name: 
  29.  
  30.  
  31. -- part 2 (field)
  32. -- low flags: 00
  33. -- high flags: 6004
  34. -- rect: left=368 top=44 right=235 bottom=499
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 0
  38. -- font id: 3
  39. -- text size: 10
  40. -- style flags: 0
  41. -- line height: 13
  42. -- part name: 
  43.  
  44.  
  45. -- part 3 (button)
  46. -- low flags: 00
  47. -- high flags: 2000
  48. -- rect: left=377 top=315 right=334 bottom=398
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 15420 / 15420
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: Go Prev
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   go previous card
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 4 (button)
  65. -- low flags: 00
  66. -- high flags: 2000
  67. -- rect: left=400 top=315 right=334 bottom=421
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 16560 / 16560
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Go Next
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   go next card
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part 5 (button)
  84. -- low flags: 00
  85. -- high flags: 2000
  86. -- rect: left=422 top=313 right=336 bottom=450
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 29903 / 29903
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Last
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   go last card
  98. end mouseUp
  99.  
  100.  
  101.  
  102. -- part 6 (button)
  103. -- low flags: 00
  104. -- high flags: 0000
  105. -- rect: left=472 top=306 right=336 bottom=501
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 20098 / 20098
  108. -- text alignment: 1
  109. -- font id: 0
  110. -- text size: 12
  111. -- style flags: 0
  112. -- line height: 16
  113. -- part name: 
  114. ----- HyperTalk script -----
  115. on mouseUp
  116.   go home
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 7 (field)
  122. -- low flags: 00
  123. -- high flags: 0002
  124. -- rect: left=17 top=22 right=39 bottom=497
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 0 / 0
  127. -- text alignment: 1
  128. -- font id: 3
  129. -- text size: 10
  130. -- style flags: 256
  131. -- line height: 13
  132. -- part name: Stack Name
  133.  
  134.  
  135. -- part 8 (button)
  136. -- low flags: 00
  137. -- high flags: 2000
  138. -- rect: left=449 top=316 right=334 bottom=479
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 6720 / 6720
  141. -- text alignment: 1
  142. -- font id: 0
  143. -- text size: 12
  144. -- style flags: 0
  145. -- line height: 16
  146. -- part name: Go back
  147. ----- HyperTalk script -----
  148. on mouseUp
  149.   pop card
  150. end mouseUp
  151.  
  152.